[]
        
(Showing Draft Content)

C1.DataCollection.SignalR.Server.C1DataCollectionHub-1.LoadMoreItemsAsync

LoadMoreItemsAsync Method

LoadMoreItemsAsync(Guid, int?)

Load more items into the collection.

Declaration
public Task<bool> LoadMoreItemsAsync(Guid eTag, int? count)
Parameters
Type Name Description
Guid eTag

The token that determines whether the calling collection is syncrhonized.

int? count

The desired number of items to be added.

Returns
Type Description
Task<bool>